ChangeLog

=== mptopcom 1.0 ===

-- general --
 * license is now GPLv3
 * Add README.md for github
 * Add binaries
	- mptopcom1: Single threaded reverse search
	- mptopcom: Parallelized (budgeted) reverse search

-- src --
 * add source for reverse search, GKZ vectors, switch tables, LRU cache
 * add mts for parallelizing reverse search

-- changes wrt TOPCOM 0.17.8 --
 * build system changed to ninja
 * using system gmp and cdd
   - gmp and cdd not shipped anymore
	- configure script checks for gmp
 * configure checks for polymake and ompi
 * configure script is derived from polymake's configure script, hence only
   supports the same compilers as polymake
